crypto/elliptic/internal/fiat.P384Element.Select (method)
4 uses
crypto/elliptic/internal/fiat (current package)
p384.go#L125: func (v *P384Element) Select(a, b *P384Element, cond int) *P384Element {
crypto/elliptic/internal/nistec
p384.go#L249: q.x.Select(p1.x, p2.x, cond)
p384.go#L250: q.y.Select(p1.y, p2.y, cond)
p384.go#L251: q.z.Select(p1.z, p2.z, cond)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)